home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / internet / ftp4w22j / sample / resource.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-16  |  1.7 KB  |  50 lines

  1. /* ----------------------------------------- */
  2. /*          r e s o u r c e . h              */
  3. /* ----------------------------------------- */
  4.  
  5. #define CW_ABORT                        4
  6.  
  7. /* connect sub-menu */
  8. #define CW_CONNECT                      100
  9. #define CW_DISCONNECT                   110
  10. #define CW_QUIT                         120
  11. #define CW_ABOUT                        130
  12.  
  13. /* File transfer Menu */
  14. #define CW_RECV                         200
  15. #define CW_SEND                         210
  16. #define CW_APPEND                       220
  17. #define CW_RCVAPPEND                    230
  18.  
  19.  
  20. /* Misc sub-menu */
  21. #define CW_LONGDIR                      300
  22. #define CW_SHORTDIR                     310
  23. #define CW_LONGDIR_LL                   320
  24. #define CW_SHORTDIR_LL                  330
  25. #define CW_CWD                          340
  26. #define CW_MKD                          350
  27. #define CW_RMD                          360
  28. #define CW_PWD                          370
  29. #define CW_CDUP                         380
  30. #define CW_DELETE                       390
  31. #define CW_RENAME                       400
  32. #define CW_FLUSH                        410
  33. #define CW_QUOTE                        420
  34. #define CW_SYST                         430
  35.                                         
  36. /* options sub-menu */
  37. #define CW_SETVERB                      500
  38. #define CW_SYNC                         510
  39. #define CW_GAUGE                        520
  40. #define CW_BINARY                       530
  41. #define CW_PASSIVE                      540
  42. #define CW_EDITINI                      550
  43. #define CW_LOG                          560
  44.  
  45. #define CW_MENU                         900
  46. #define CW                              999
  47.  
  48.  
  49. #define IDC_QUOTECMD                    1000
  50.